home *** CD-ROM | disk | FTP | other *** search
/ 007 - Girls n Gadgets / 007 - Vol 1 - Girls n Gadgets.iso / 007site / style.css < prev    next >
Cascading Style Sheet File  |  2000-09-20  |  2KB  |  126 lines

  1. TD {
  2.         font-family: Times,serif;
  3.         font-size: 12pt;
  4. }
  5.  
  6. .subtitle {
  7.         font-family: arial,geneva,sans-serif;
  8.         font-size: 14pt;
  9.         font-weight: bold;
  10.         font-style: normal;
  11.         color: WHITE;
  12. }
  13. .total {
  14.         font-family: arial,geneva,sans-serif;
  15.         font-size: 14pt;
  16.         font-weight: bold;
  17.         font-style: normal;
  18.         color: BLACK;
  19. }
  20. .required {
  21.         font-family: arial,geneva,sans-serif;
  22.         font-size: 10pt;
  23.         font-weight: bold;
  24.         font-style: small-caps;
  25.         color: RED;
  26. }
  27.  
  28. .navigation {
  29.         font-family: arial,geneva,serif;
  30.         font-size: 10pt;
  31.         font-weight: bold;
  32.         font-style: normal;
  33. }
  34.  
  35. .body8 {
  36.         font-family: arial,geneva,serif;
  37.         font-size: 8pt;
  38.         font-weight: medium;
  39.         font-style: normal;
  40. }
  41.  
  42. .body10 {
  43.         font-family: arial,geneva,serif;
  44.         font-size: 10pt;
  45.         font-weight: medium;
  46.         font-style: normal;
  47. }
  48.  
  49. .body12 {
  50.         font-family: arial,geneva,serif;
  51.         font-size: 12pt;
  52.         font-weight: medium;
  53.         font-style: normal;
  54. }
  55.  
  56. .body14 {
  57.         font-family: arial,geneva,serif;
  58.         font-size: 14pt;
  59.         font-weight: medium;
  60.         font-style: normal;
  61. }
  62.  
  63. .body18 {
  64.         font-family: arial,geneva,serif;
  65.         font-size: 18pt;
  66.         font-weight: medium;
  67.         font-style: normal;
  68. }
  69.  
  70. .body24 {
  71.         font-family: arial,geneva,serif;
  72.         font-size: 24pt;
  73.         font-weight: medium;
  74.         font-style: normal;
  75. }
  76.  
  77. .headline8 {
  78.         font-family: arial,geneva,serif;
  79.         font-size: 8pt;
  80.         font-weight: bold;
  81.         font-style: normal;
  82. }
  83.  
  84. .headline10 {
  85.         font-family: arial,geneva,serif;
  86.         font-size: 10pt;
  87.         font-weight: bold;
  88.         font-style: normal;
  89. }
  90.  
  91. .headline12 {
  92.         font-family: arial,geneva,serif;
  93.         font-size: 12pt;
  94.         font-weight: bold;
  95.         font-style: normal;
  96. }
  97.  
  98. .headline14 {
  99.         font-family: arial,geneva,serif;
  100.         font-size: 14pt;
  101.         font-weight: bold;
  102.         font-style: normal;
  103. }
  104.  
  105. .headline16 {
  106.         font-family: arial,geneva,serif;
  107.         font-size: 16pt;
  108.         font-weight: bold;
  109.         font-style: normal;
  110. }
  111.  
  112. .headline18 {
  113.         font-family: arial,geneva,serif;
  114.         font-size: 18pt;
  115.         font-weight: bold;
  116.         font-style: normal;
  117. }
  118.  
  119. .headline24 {
  120.         font-family: arial,geneva,serif;
  121.         font-size: 24pt;
  122.         font-weight: bold;
  123.         font-style: normal;
  124. }
  125.  
  126.